
/* Custom styles for Confluence (included for all themes by default) */

.entity-list-item .entity-attribute {
     vertical-align: middle;
}

span.button {
    background-color: #DDDDDD;
    border-color: #EEEEEE #888888 #888888 #EEEEEE;
    border-left: 2px solid #EEEEEE;
    border-style: solid;
    border-width: 2px;
    color: #000000;
    cursor: default;
    display: inline-block;
    font-size: 7pt;
    line-height: 12px;
    margin-left: 3px;
    margin-right: 3px;
    padding: 0 6px;
    vertical-align: text-top;
}

span.reference {
	color: #606060;
	font-weight: bold;
	font-style: italic;
}

.wiki-content h1, h2, h3, h4, h5, h6 {
	margin-top: 46px;
}

.wiki-content h1, #title-text, #title-text a {
	color: #2F6681;
}

.wiki-content h2 {
	color: #35738F;
}

.wiki-content h3 {
	color: #3B7E9D;
}

.wiki-content h4 {
	color: #4189AB;
}

.wiki-content h5 {
	color: #4189AB;
}

.wiki-content h6 {
	color: #4189AB;
}

img {
	clear: left;
	border: none;
	margin: 16px 0px 16px 0px;
}

table {
        margin: 16px 0px 16px 0px;
}


#spaces-pane .global-spaces-section .section-title {
    display: none;
}

.aui-tabs .tabs-pane  {
    border-top: none;
    display: none;
}

.entity-list-item .entity-attribute, .entity-list .entity-list-header .column-heading {
display: list;

}


.entity-list .entity-list-header, .entity-list-item, .entity-list li.first {
    border-top: solid 1px #d8d8d8;   
    border-bottom: solid 1px #d8d8d8;   
    border-left: solid 1px #d8d8d8;   
    border-right: solid 1px #d8d8d8;  
    border-radius: 4px;
    margin-bottom:12px;
    display: block;
    width: 40%;
    background-color:#F8F8F8;

}

//.entity-list li.first {
 //   border-top: none;
//}


.entity-list-item .entity-icon img, .entity-list-item .entity-icon .icon {
    height: 26px;
    vertical-align: middle;
    //width: inherit;
   display:none;
}

.icon-add-fav {
    background-image: none;
    display:none !important;

}


#main-header
{
display:none;
}


.entity-list-item .entity-attribute
{
 font-size:17px;
 height:46px;
 //font-weight:bold;
}

//a:link, a:visited, a:focus, a:hover, a:active, a.blogHeading {
    color: #ffffff;
}


ul.tabs-menu {
display:none !important;
}


/* End custom styles for Confluence */


